setUri

abstract fun setUri(block: DesignBlock, property: String, value: Uri)

Set a uri property of the given design block to the given value.

Parameters

block

the block whose property should be set.

property

the name of the property to set.

value

the value to set.